home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_1194
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
240b
|
19 lines
on(release){
if(hand >= 1)
{
hand -= 1;
if(50 >= mood)
{
gotoAndStop(3038);
}
else
{
gotoAndStop(3039);
}
}
else
{
gotoAndStop(3042);
}
}